4.0
authorMatthias Clasen <mclasen@redhat.com>
Wed, 16 Dec 2020 16:42:33 +0000 (11:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 Dec 2020 17:12:58 +0000 (12:12 -0500)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index b477a65e0e7961e666bd901e27e5f4c4671dbd39..e4eba1fb9b51cd35897ec1a1c06bc35ca54c2b71 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,39 @@
-Overview of Changes
-===================
+Overview of Changes in GTK 4.0
+==============================
+
+* Fix problems with synthetic motion events affecting frame rates
+
+* Fix problems with implicit grabs affecting widget states
+
+* Fix problems with zoom mode on scales getting stuck
+
+* Fix submenu closing by outside clicks
+
+* Rename GtkWindow:fullscreen to :fullscreened to help
+  language bindings
+
+* Bump the soname. Stable GTK 4 releases use libgtk-4.0.so.1.xxxx.y
+
+* Adwaita:
+ - Reduce hover transition effects in lists
+ - Special-case header buttons
+
+* Demos:
+ - Remove NoDisplay from desktop files
+ - Autoplay the video in widget-factory
+
+* Translation updates:
+ Catalan
+ Norwegian BokmÃ¥l
+ Polish
+ Spanish
+ Swedish
+ Romanian
+ Ukrainian
+
+
+Overview of Changes in 3.99.5
+=============================
 
 * Accessibility:
  - Map presentation role according to Core-AAM
index eb688644e4de887a136ac97dcb2edfc76f9244a7..c86d5ce5c2ec873d736752eb59d1b285bf2ad745 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '3.99.5',
+        version: '4.0.0',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',